In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / SetOCGZoomMax Method

SetOCGZoomMax Method (GdPicturePDF)

In This Topic
Syntax
'Declaration

 

Public Function SetOCGZoomMax( _

   ByVal OCGId As Integer, _

   ByVal ZoomMax As Single _

) As GdPictureStatus
public GdPictureStatus SetOCGZoomMax( 

   int OCGId,

   float ZoomMax

)
public function SetOCGZoomMax( 

    OCGId: Integer;

    ZoomMax: Single

): GdPictureStatus; 
public function SetOCGZoomMax( 

   OCGId : int,

   ZoomMax : float

) : GdPictureStatus;
public: GdPictureStatus SetOCGZoomMax( 

   int OCGId,

   float ZoomMax

) 
public:

GdPictureStatus SetOCGZoomMax( 

   int OCGId,

   float ZoomMax

) 

Parameters

OCGId
ZoomMax
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members